home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / BIN2DBG.ZIP / BIN2DBG.TXT < prev    next >
Text File  |  1995-02-11  |  956b  |  29 lines

  1. BIN2DBG.EXE - Converts a binary file to a DEBUG script.
  2. -------------------------------------------------------
  3.  
  4. Copyright 1995 Anthony Caruso
  5. 306 South Main Street
  6. Muncy, PA 17756-1508
  7. Any donations are appreciated.
  8.  
  9. This program will change a binary file to commands that
  10. the MS-DOS DEBUG program will understand.  To decode
  11. coded files simply type "DEBUG < encoded_file".  DEBUG
  12. will produce the decoded file with the original filename.
  13. To run BIN2DBG, use the following syntax:
  14.  
  15.      BIN2DBG input_file output_file
  16.  
  17. If no output_file is specified, the input_file's name
  18. with a ".DBG" extension will be used.
  19.  
  20.  
  21. NOTICE!
  22. This text must be distributed with every copy of the 
  23. file BIN2DBG.EXE.  I, Anthony Caruso, am not responsible
  24. for any damage to a your system, damage or loss of data,
  25. or loss of time due to the use of this program.  This
  26. file (BIN2DBG.TXT) and the executable (BIN2DBG.EXE) cannot
  27. be modified in any way.
  28.  
  29.